home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Patch / Shadow Company / scgsc_client.exe / 0 / RCDATA / THOST_FORM / THOST_FORM.txt
Text File  |  1999-11-13  |  2KB  |  96 lines

  1. object host_form: Thost_form
  2.   Left = 344
  3.   Top = 575
  4.   BorderStyle = bsDialog
  5.   Caption = 'Host a Game'
  6.   ClientHeight = 101
  7.   ClientWidth = 386
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 6
  22.     Top = 12
  23.     Width = 58
  24.     Height = 14
  25.     Caption = 'Game Name'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 6
  29.     Top = 44
  30.     Width = 59
  31.     Height = 14
  32.     Caption = 'Max Players'
  33.   end
  34.   object gamename: TEdit
  35.     Left = 80
  36.     Top = 9
  37.     Width = 297
  38.     Height = 22
  39.     Ctl3D = True
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     MaxLength = 255
  46.     ParentCtl3D = False
  47.     ParentFont = False
  48.     TabOrder = 0
  49.   end
  50.   object maxplayers: TSpinEdit
  51.     Left = 80
  52.     Top = 40
  53.     Width = 49
  54.     Height = 23
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     MaxValue = 64
  61.     MinValue = 2
  62.     ParentFont = False
  63.     TabOrder = 1
  64.     Value = 2
  65.   end
  66.   object inviteonly: TCheckBox
  67.     Left = 8
  68.     Top = 72
  69.     Width = 84
  70.     Height = 17
  71.     Alignment = taLeftJustify
  72.     Caption = 'Invite Only'
  73.     TabOrder = 2
  74.   end
  75.   object Button1: TButton
  76.     Left = 304
  77.     Top = 40
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.   end
  85.   object Button2: TButton
  86.     Left = 304
  87.     Top = 72
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 4
  94.   end
  95. end
  96.